This repository was archived by the owner on May 9, 2025. It is now read-only.
Update dependency_installer.py#270
Open
whoot wants to merge 30 commits intoReversecLabs:masterfrom
whoot:master
Open
Update dependency_installer.py#270whoot wants to merge 30 commits intoReversecLabs:masterfrom whoot:master
whoot wants to merge 30 commits intoReversecLabs:masterfrom
whoot:master
Conversation
Since the information is passed back and forth through JSON with the agent it is URL-Encoded and therefore it needs to be removed when passing the string to an local_operation/remote_operation path command.
* 'develop' of github:mwrlabs/needle: [FIX] Remove infinite loop from decorator, which attempts to restore a connection with the device if it fails Specify type CONSOLE [CORE] Version checking, to ensure the latest version of Needle is being used [MODULE] Frida Script: hook all methods of the specified class [MODULE] Frida Script: hook all methods of the specified class [FIX] Search PID for apps with a space in their name [V1.1.0] Update version and changelog
* 'develop' of github:mwrlabs/needle: [CORE] Non-interactive mode [CORE] New command line interface
* 'develop' of github:mwrlabs/needle: [FIX] Improve exception detection [FIX] Re-added support on iOS for: storage/data/keychain_dump, binary/reversing/strings, binary/reversing/class_dump [CORE] Add support for binary thinning Better logging [FIX] Metadata parsing for app extensions [FIX] Metadata parsing for app extensions
Added a preliminary way to handle issues with special characters within the iOS Application name.
Use unquote to convert spaces. Fixes #151.
Add Black Hat Arsenal 2017 badge
New description
External sshpass command now supports complex passwords
Revert "External sshpass command now supports complex passwords"
Don't use deprecated `apt-get --force-yes`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't use deprecated
apt-get --force-yesFixed
Fixing the warning
[!] W: --force-yes is deprecated, use one of the options starting with --allow instead.when using the dependency_installer.